API Documentation
Public Member Functions | Public Attributes | List of all members
nkGraphics::DecodedTextureData Struct Referencefinal

Holds data about a decoded texture. More...

Public Member Functions

 DecodedTextureData ()
 
 DecodedTextureData (const DecodedTextureData &other)
 
 DecodedTextureData (DecodedTextureData &&other)
 
 ~DecodedTextureData ()
 
DecodedTextureDataoperator= (const DecodedTextureData &other)
 
DecodedTextureDataoperator= (DecodedTextureData &&other)
 

Public Attributes

nkImages::Image _image
 If parsing of the image is requested, the image data.
 
nkMemory::String _absPath
 The absolute path of the linked image data, if any.
 

Detailed Description

Holds data about a decoded texture.

Constructor & Destructor Documentation

◆ DecodedTextureData() [1/3]

nkGraphics::DecodedTextureData::DecodedTextureData ( )

Default constructor.

◆ DecodedTextureData() [2/3]

nkGraphics::DecodedTextureData::DecodedTextureData ( const DecodedTextureData other)

Copy constructor.

Parameters
otherThe data to copy from.

◆ DecodedTextureData() [3/3]

nkGraphics::DecodedTextureData::DecodedTextureData ( DecodedTextureData &&  other)

Move constructor.

Parameters
otherThe data to move over.

◆ ~DecodedTextureData()

nkGraphics::DecodedTextureData::~DecodedTextureData ( )

Destructor.

Member Function Documentation

◆ operator=() [1/2]

DecodedTextureData& nkGraphics::DecodedTextureData::operator= ( const DecodedTextureData other)

Assignment copy operator.

Parameters
otherThe data to copy from.

◆ operator=() [2/2]

DecodedTextureData& nkGraphics::DecodedTextureData::operator= ( DecodedTextureData &&  other)

Assignment move operator.

Parameters
otherThe data to move over.

The documentation for this struct was generated from the following file: